home *** CD-ROM | disk | FTP | other *** search
- /*----------------------------------------------------------------------------------
- File: SOUPDRNK.H
- Contains: Definitions for SoupDrink - sample code for the
- Desktop Integration Libraries
- Written By: Rob Langhorne and David Fedor
- Copyright 1995-1996 by Apple Computer, Inc. All rights reserved.
-
- --------------------------------------------------------------------------------*/
-
- // these are IDs for the menus and windows and controls
- #define IDM_EXIT 11
-
- #define IDM_NEWNAME 21
- #define IDM_READ 22
-
- #define IDM_ABOUT 31
-
- #define IDD_DIALOG1 101
- #define IDC_EDIT1 1000
-
- #define kOurTimeoutError -1
-
- CommErr InitializePipe(void);
- void inputDialog(char *soupname, char* title, char* instruction);
- void PostAlertMessage(char*a, char*b, char*c, char*d);
- char* ErrorStrings(CommErr theErr, char* theString);
- CommErr ConnectPipe(void);
-
-